MeasureHorizontalAlignment Enumeration

Represents the horizontal alignment of a measure text relative to its measure line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum MeasureHorizontalAlignment

Members

Automatic0 Horizontal alignment of a measure text relative to its measure line is chosen by the consumer.
LeftOutside1 Horizontal alignment of a measure text should be left-outside relative to its measure line.
Inside2 Horizontal alignment of a measure text should be inside relative to its measure line.
RightOutside3 Horizontal alignment of a measure text should be right-outside relative to its measure line.
None4 None.

See Also